home *** CD-ROM | disk | FTP | other *** search
- Path: news.channel1.com!channel1!adam.saltman
- Distribution: world
- Newsgroups: comp.lang.c++
- Subject: Borland C++ 4.52 novice q
- From: adam.saltman@channel1.com (Adam Saltman)
- Message-ID: <40.84595.1613@channel1.com>
- References: <4geoar$fit@newsbf02.news.aol.com>
- Date: Fri, 23 Feb 1996 09:56:00 -0640
- Organization: Channel 1(R) 617-864-0100 Info
-
- References: <4geoar$fit@newsbf02.news.aol.com> <4geoar$fit@newsbf02.news.aol.com>
- It could be that you're not enclosing your #include in angle brackets.
- For example:
- #include "stdio.h"
- looks in the current directory, and
- #include <stdio.h>
- looks in the include directory you named in the compiler default
- settings (typically \bc45\include, I think).
-
- Adam
-
-
- ============================================================================
- Adam E. Saltman, MD, PhD Email: adam.saltman@channel1.com
- Division of Cardiothoracic Surgery Voice: 617-732-2031
- Deaconess Hospital Fax: 617-732-2033
- One Deaconess Road, Boston, MA 02215
- ============================================================================
-
- * RM 1.3 03166 * Do not believe in miracles ** rely on them.
-